Interface ISamplingSensor<UNIT>
Abstraction for a sampling/observable sensor
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface ISamplingSensor<UNIT> : ISensor<UNIT>, ISensor, ISamplingSensor where UNIT : struct
Events
Updated
Raised when a change is detected
View Source
Declaration
event EventHandler<IChangeResult<UNIT>> Updated
Event Type
System.EventHandler<Meadow.IChangeResult<<UNIT>>>